home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000193_Petri_member@newsguy.com_Tue Apr 13 10:16:23 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!iad-feed.news.verio.net!peer1.stngva01.us.to.verio.net!news.verio.net!newsfeed.cwix.com!newspeer.monmouth.com!HSNX.atgi.net!cyclone-sf.pbi.net!129.250.175.17!pln-w!spln!dex!extra.newsguy.com!newsp.newsguy.com!drn
  2. From: Petri <Petri_member@newsguy.com>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: FTP with Auth SSL
  5. Date: 13 Apr 2004 04:42:51 -0700
  6. Organization: Newsguy News Service [http://newsguy.com]
  7. Lines: 40
  8. Message-ID: <c5gjnr030c7@drn.newsguy.com>
  9. References: <c5bv8301ck0@drn.newsguy.com> <GWfec.23377$Nn4.4630542@twister.nyc.rr.com> <c5clci0adl@drn.newsguy.com> <407A073D.7040004@nyc.rr.com> <c5d66301vto@drn.newsguy.com> <407A990B.3040105@nyc.rr.com> <c5emg3093u@drn.newsguy.com> <407AE686.3030209@nyc.rr.com>
  10. NNTP-Posting-Host: p-873.newsdawg.com
  11. X-Newsreader: Direct Read News 4.20
  12. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14906
  13.  
  14. In article <407AE686.3030209@nyc.rr.com>, Jeffrey Altman says...
  15.  
  16. > There are lots of knobs you can adjust in Kermit
  17. > to alter how much verification it requires and whether
  18. > it attempts to use SSLv3/TLSv1 or SSLv2 (which should
  19. > never be used.)  However, those are not your problem.
  20. > The server is closing the connection on the Data channel.
  21. > If you have no logs from the server to help you, then
  22. > you are pretty much out of luck.
  23.  
  24. > I do not know what SSL/TLS library is used by your
  25. > ftpd. I also do know know which version of OpenSSL you
  26. > are using for Kermit.
  27.  
  28. This is what the openssl binary says:
  29. OpenSSL 0.9.7a Feb 19 2003
  30.  
  31. I don't know if glftpd uses something else, or what in that case.
  32. There are som files in /glftpd/lib:
  33. libssl.so.4
  34. libcrypto.so.4
  35. libkrb5.so.3
  36. libgssapi_krb5.so.2
  37. libk5crypto.so.3
  38. libcrypt.so.1
  39.  
  40. Looks like it has its own ssl library.
  41.  
  42. > I suggest you try to debug the problem from the server
  43. > end since that is the side which is dropping the data
  44. > connection.
  45. > If you would like me to debug the problem I am available for
  46. > hire and can be contacted at jaltman at secure-endpoints dot com.
  47.  
  48. This is a noncommercial project, I myself have agreed to help out for free. :)
  49. There is unfortunately no funding available for a payed consultant.
  50.  
  51.  
  52. Petri
  53.